home *** CD-ROM | disk | FTP | other *** search
/ Internet News 2000 December / Internet News 2000-12 - CD-ROM.rar / IN200012.ISO / Tin / Autorun / MEDIA / Common / 00F.H < prev    next >
C/C++ Source or Header  |  2000-11-19  |  676b  |  23 lines

  1. /*
  2.  *    File:            00F.H
  3.  *
  4.  *    Created by:      ButtonTool (version of Dec 23 1998; 16:40:53; PPC)
  5.  *    Date:            Monday, July 19, 1999; 8:47:16 AM
  6.  *    Author:          Elisa
  7.  *    Workstation:     Mac Elisa
  8.  *
  9.  */
  10.  
  11. #ifndef _00F_H_
  12. #define _00F_H_
  13.  
  14. enum
  15. {
  16.     BTN_00F_1                                              =    0x8000C677,        // Attivazione abbonamento ClubNet
  17.     BTN_00F_2                                              =    0x8000C674,        // Software
  18.     BTN_00F_3                                              =    0x8000C675,        // Importante
  19.     BTN_00F_4                                              =    0x8000C672        // Uscita
  20. } ;
  21.  
  22. #endif /*_00F_H_*/
  23.